home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Window / DLLDef next >
Text File  |  1995-08-23  |  699b  |  53 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "DeskLib.Window"
  6.   version 1.12
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   Window_ModeChange
  14.   Window_AutoHelp
  15.   Window_BringToFront
  16.   Window_HelpHandler
  17.   Window_ParentName
  18.   Window_Delete
  19.   Window_Create
  20.   Window_SetTitle
  21.   Window_GetCoords
  22.   window_listanchor
  23.   Window_GetInfo
  24.   Window_GetInfo3
  25.   Window_SetExtent
  26.   Window_Show
  27.   Window_ForceRedraw
  28.   Window_CreateAndShow
  29.   Window_GainCaret
  30. }
  31.  
  32. ; --- Object files ---
  33.  
  34. objects
  35. {
  36.   o.AutoHelp
  37.   o.ToFront
  38.   o.ParentName
  39.   o.SetExtent
  40.   o.Show
  41.   o.CreateShow
  42.   o.Help
  43.   o.ModeChange
  44.   o.GetCoords
  45.   o.SetTitle
  46.   o.GetInfo
  47.   o.GetInfo3
  48.   o.Delete
  49.   o.Create
  50.   o.ForceRedrw
  51.   o.GainCaret
  52. }
  53.